home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / exec / internal / i386-emul / supervisor.s < prev    next >
Encoding:
Text File  |  1996-07-16  |  223 b   |  13 lines

  1.     .text
  2.     .align    16
  3.     .globl    Exec_Supervisor
  4.     .type    Exec_Supervisor,@function
  5. Exec_Supervisor:
  6.     /* The emulation has no real supervisor mode. */
  7.     subl    $4,%esp
  8.     pushl    %eax
  9.     movl    12(%esp),%eax
  10.     movl    %eax,4(%esp)
  11.     popl    %eax
  12.     ret
  13.